From: Mattias EngdegÄrd Date: Mon, 14 Sep 2020 09:17:49 +0000 (+0200) Subject: * lisp/simple.el (undo-redo): Rephrase error message. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~5295 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=f66829e0f47a54a51fd1378acbf2b1085673790f;p=emacs.git * lisp/simple.el (undo-redo): Rephrase error message. --- diff --git a/lisp/simple.el b/lisp/simple.el index b00f6bba06d..6ef327ba401 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -2755,7 +2755,7 @@ Interactively, ARG is the prefix numeric argument and defaults to 1." (interactive "*p") (cond ((not (undo--last-change-was-undo-p buffer-undo-list)) - (user-error "No undo to undo")) + (user-error "No undone changes to redo")) (t (let* ((ul buffer-undo-list) (new-ul